-
Notifications
You must be signed in to change notification settings - Fork 179
[Jovian] Add specs for consensus event nonces (deposits + config changes) #487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
2fc26ec to
43d952e
Compare
| | l1BlockHash | bytes32 | 100-131 | 4 | | ||
| | batcherHash | bytes32 | 132-163 | 5 | | ||
|
|
||
| Total calldata length MUST be exactly 164 bytes, implying the sixth and final segment is only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may have been applicable to an earlier version of the ecotone calldata, but it was updated to only have 5 segments, and they are all full.
f570238 to
51576e6
Compare
51576e6 to
b3859ca
Compare
| - [EIP-6110](https://eips.ethereum.org/EIPS/eip-6110) | ||
| - [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685) | ||
| - [L2ToL1MessagePasser Storage Root in Header](./exec-engine.md##l2tol1messagepasser-storage-root-in-header) | ||
| - [L2ToL1MessagePasser Storage Root in Header](./exec-engine.md#l2tol1messagepasser-storage-root-in-header) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please submit this doc bug fix as a separate pr? out of scope
Description
Add specs for #330 (comment).
Tracker issue: ethereum-optimism/optimism#13543
Additional context
We're excited to get this change out as we see it as a precursor to #478, which is useful for our L3s.